From ce80929b83677e95e5c1c7ecf5a7f7af53e98fc9 Mon Sep 17 00:00:00 2001 From: Lapo Calamandrei Date: Tue, 19 Apr 2011 08:30:21 +0200 Subject: [PATCH] [broadway] New adwaita based css for "wm" Created by Lapo Calamandrei. --- gdk/broadway/broadway.js | 2 +- gdk/broadway/client.html | 52 ++++++++++++++++++++++------------------ 2 files changed, 30 insertions(+), 24 deletions(-) diff --git a/gdk/broadway/broadway.js b/gdk/broadway/broadway.js index 3409ba8fd5..357620ee7b 100644 --- a/gdk/broadway/broadway.js +++ b/gdk/broadway/broadway.js @@ -462,7 +462,7 @@ function cmdCreateSurface(id, x, y, width, height, isTemp) var button = document.createElement("center"); button.closeFor = surface; - var X = document.createTextNode("X"); + var X = document.createTextNode("\u00d7"); button.appendChild(X); button.className = "frame-close"; frame.appendChild(button); diff --git a/gdk/broadway/client.html b/gdk/broadway/client.html index e98aac4654..85e66cd70b 100644 --- a/gdk/broadway/client.html +++ b/gdk/broadway/client.html @@ -7,41 +7,43 @@ -- 2.30.2